Skip to content

build(deps): bump the minor-and-patch group with 2 updates#7

Merged
juicycleff merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-431946ebcd
Feb 16, 2026
Merged

build(deps): bump the minor-and-patch group with 2 updates#7
juicycleff merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-431946ebcd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the minor-and-patch group with 2 updates: github.com/xraph/forge and github.com/xraph/vessel.

Updates github.com/xraph/forge from 0.9.7 to 0.9.9

Release notes

Sourced from github.com/xraph/forge's releases.

v0.9.9

Forge Framework v0.9.9 (2026-02-15T19:01:27Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 33d74ab6d706e81beb0906d58ed521f298ea3894: feat(discovery): add FARP and mDNS configuration options with comprehensive tests (@​juicycleff)
  • 3ebb930d51375608f0930ad0180a2bd2a19b2342: feat: enhance landing page layout and add footer component (@​juicycleff)

Refactoring

  • 4fdb50d72a743951fd78cd833d38a6ab436904e5: refactor: update architecture documentation and enhance layout with footer (@​juicycleff)

Documentation Updates

  • e955a2ec4edc2d77c8da58517bbdd273bfead1ae: docs(changelog): update CHANGELOG.md for v0.9.8 (@​github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.9

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Package Managers

# Homebrew (macOS/Linux)
brew install xraph/tap/forge
Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forge

What's Changed

Full changelog: xraph/forge@v0.9.8...v0.9.9

v0.9.8

Forge Framework v0.9.8 (2026-02-14T08:38:24Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • e76119dd012725790a343ac8bd1280f6ddc24c96: feat(config): add configuration validation for Forge projects (@​juicycleff)
  • c9d0681d1a647a9493f83d7f273b8151be464a7f: feat(docker): integrate Docker support into development configuration (@​juicycleff)
  • 1e14b5d7ffe74790fb580fe70b34bc5d4b8e1286: feat(docs): enhance build, deploy, and development command documentation (@​juicycleff)
  • 916e40ea1200dc3b4eb8b723cb4bc70b76de36f5: feat(gateway): enhance discovery section with animated elements and backend options (@​juicycleff)
  • fc515cc7b7368dff4ff71b01b53c71c57160745b: feat: Add new documentation page for farp routing. (@​juicycleff)

Refactoring

... (truncated)

Changelog

Sourced from github.com/xraph/forge's changelog.

0.9.9 (2026-02-15)

Features

  • discovery: add FARP and mDNS configuration options with comprehensive tests (33d74ab)

Maintenance

  • changelog: update CHANGELOG.md for v0.9.8 (e955a2e)

0.9.8 (2026-02-14)

Features

  • config: add configuration validation for Forge projects (e76119d)
  • docs: enhance build, deploy, and development command documentation (1e14b5d)
  • docker: integrate Docker support into development configuration (c9d0681)

Maintenance

  • simplify test execution in CI workflow (aba63f6)
  • Add new dependencies and build artifacts to the project. (13e51ff)
  • Update dependencies and build artifacts. (692f9de)
Commits
  • 33d74ab feat(discovery): add FARP and mDNS configuration options with comprehensive t...
  • 8591e42 docs: update architecture diagrams and improve Mermaid rendering
  • 4fdb50d refactor: update architecture documentation and enhance layout with footer
  • 6c83b42 Merge branch 'main' of github.com:xraph/forge
  • 3ebb930 feat: enhance landing page layout and add footer component
  • e955a2e docs(changelog): update CHANGELOG.md for v0.9.8
  • aba63f6 chore: simplify test execution in CI workflow
  • 75119d2 chore: update dependencies and regenerate build artifacts.
  • 561436b chore: Update package dependencies in documentation
  • 916e40e feat(gateway): enhance discovery section with animated elements and backend o...
  • Additional commits viewable in compare view

Updates github.com/xraph/vessel from 0.0.3 to 0.0.5

Release notes

Sourced from github.com/xraph/vessel's releases.

Release v0.0.5

Installation

go get github.com/xraph/vessel@v0.0.5

Or for individual packages:

go get github.com/xraph/vessel/errs@v0.0.5
go get github.com/xraph/vessel/log@v0.0.5

Changes

Initial release:

44e3f00 (HEAD -> main, origin/main) feat: add ProvideValue function for singleton service registration and deprecate old methods
e8e5544 chore(deps): remove unused uber dependencies from go.mod and go.sum
712063a lint: formatted code
cd0f8a1 refactor: breaking change to make the API stable
916a5bf feat: introduce eager instantiation support in constructor registration
2122099 feat: add support for service aliases in constructor registration
db4a6f0 chore(deps): update go-utils dependency to v0.0.5 in go.sum
17e4617 chore(deps): update go-utils dependency to v0.0.5
aa41455 feat: implement constructor injection framework with In/Out structs
180f346 docs: update benchmark results and performance characteristics in README
ebb498d feat: add middleware support for service resolution and lifecycle management
9e2a6dd chore(deps): remove local replacement for go-utils and update go.sum
8fc60da refactor(error): improve type mismatch error messaging in Resolve functions
7950df4 refactor(di): streamline container creation and improve error messaging
36e2b83 feat(di): Implement Forge Dependency Injection system with service lifecycle management

Documentation

Release v0.0.4

Installation

go get github.com/xraph/vessel@v0.0.4

... (truncated)

Changelog

Sourced from github.com/xraph/vessel's changelog.

[v0.0.5] - 2026-02-16

Initial Release

  • 44e3f00 (HEAD -> main, origin/main) feat: add ProvideValue function for singleton service registration and deprecate old methods
  • e8e5544 chore(deps): remove unused uber dependencies from go.mod and go.sum
  • 712063a lint: formatted code
  • cd0f8a1 refactor: breaking change to make the API stable
  • 916a5bf feat: introduce eager instantiation support in constructor registration
  • 2122099 feat: add support for service aliases in constructor registration
  • db4a6f0 chore(deps): update go-utils dependency to v0.0.5 in go.sum
  • 17e4617 chore(deps): update go-utils dependency to v0.0.5
  • aa41455 feat: implement constructor injection framework with In/Out structs
  • 180f346 docs: update benchmark results and performance characteristics in README
  • ebb498d feat: add middleware support for service resolution and lifecycle management
  • 9e2a6dd chore(deps): remove local replacement for go-utils and update go.sum
  • 8fc60da refactor(error): improve type mismatch error messaging in Resolve functions
  • 7950df4 refactor(di): streamline container creation and improve error messaging
  • 36e2b83 feat(di): Implement Forge Dependency Injection system with service lifecycle management
Commits
  • 513166b chore: Update CHANGELOG.md for v0.0.5
  • 44e3f00 feat: add ProvideValue function for singleton service registration and deprec...
  • e8e5544 chore(deps): remove unused uber dependencies from go.mod and go.sum
  • 712063a lint: formatted code
  • cd0f8a1 refactor: breaking change to make the API stable
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 2 updates: [github.com/xraph/forge](https://github.com/xraph/forge) and [github.com/xraph/vessel](https://github.com/xraph/vessel).


Updates `github.com/xraph/forge` from 0.9.7 to 0.9.9
- [Release notes](https://github.com/xraph/forge/releases)
- [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md)
- [Commits](xraph/forge@v0.9.7...v0.9.9)

Updates `github.com/xraph/vessel` from 0.0.3 to 0.0.5
- [Release notes](https://github.com/xraph/vessel/releases)
- [Changelog](https://github.com/xraph/vessel/blob/v0.0.5/CHANGELOG.md)
- [Commits](xraph/vessel@v0.0.3...v0.0.5)

---
updated-dependencies:
- dependency-name: github.com/xraph/forge
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/vessel
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ctrl Ready Ready Preview, Comment Feb 16, 2026 5:03pm

Request Review

@juicycleff juicycleff merged commit d00833b into main Feb 16, 2026
4 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/minor-and-patch-431946ebcd branch February 16, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments